GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-27T01:56:09.413138+00:00",
"SubmitDate": "2026-05-27T01:56:09.413138+00:00",
"ReportPeriodStart": "2026-05-27T01:56:09.413138+00:00",
"ReportPeriodEnd": "2026-05-27T01:56:09.413138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "32111279-7f34-4ee2-9634-f76693275a6a",
"Rows": [
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "32111279-7f34-4ee2-9634-f76693275a6a",
"Rows": [
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fa44085-4ae0-4615-8440-d4b546aae695",
"0b2b5a9d-cfb7-4986-ba54-9356bc2e5d60"
],
"Approvers": [
"5f9bd587-e59c-4cae-8717-6da024955119",
"825c0c0a-e61c-4d3d-a2e2-9b7a4e38ac29"
],
"ApprovedBy": "d56847f3-b028-420b-b2a4-e9656672d487",
"ApprovalDate": "2026-05-27T01:56:09.413138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "160045ab-026a-4f6e-a841-5f8aa4a5a6f7",
"id": "d38db5f1-01ec-43b9-96c0-f3ad0a7e673a",
"ConfigId": "2d0ec4cb-404b-4c35-a6cf-2f6649cb4a37"
},
{
"GenerationDate": "2026-05-27T01:56:09.413138+00:00",
"SubmitDate": "2026-05-27T01:56:09.413138+00:00",
"ReportPeriodStart": "2026-05-27T01:56:09.413138+00:00",
"ReportPeriodEnd": "2026-05-27T01:56:09.413138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "32111279-7f34-4ee2-9634-f76693275a6a",
"Rows": [
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "32111279-7f34-4ee2-9634-f76693275a6a",
"Rows": [
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af44e377-8a03-4499-b3c0-d04200ecb8d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fa44085-4ae0-4615-8440-d4b546aae695",
"0b2b5a9d-cfb7-4986-ba54-9356bc2e5d60"
],
"Approvers": [
"5f9bd587-e59c-4cae-8717-6da024955119",
"825c0c0a-e61c-4d3d-a2e2-9b7a4e38ac29"
],
"ApprovedBy": "d56847f3-b028-420b-b2a4-e9656672d487",
"ApprovalDate": "2026-05-27T01:56:09.413138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "160045ab-026a-4f6e-a841-5f8aa4a5a6f7",
"id": "d38db5f1-01ec-43b9-96c0-f3ad0a7e673a",
"ConfigId": "2d0ec4cb-404b-4c35-a6cf-2f6649cb4a37"
}
]